From 1b6178bfc7b3896e8bbd8cf357fccaebac4fc183 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 31 May 2005 13:36:04 +0000 Subject: [PATCH] bitkeeper revision 1.1610 (429c6844gwqwv-oCcjfTguJRDbgCXQ) XendRoot.py: Fix get_xend_relocation_port comment. Signed-off-by: Nguyen Anh Quynh Signed-off-by: Christian Limpach --- tools/python/xen/xend/XendRoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendRoot.py b/tools/python/xen/xend/XendRoot.py index 069f21dc9f..d1bd503f8a 100644 --- a/tools/python/xen/xend/XendRoot.py +++ b/tools/python/xen/xend/XendRoot.py @@ -288,7 +288,7 @@ class XendRoot: return self.get_config_value('xend-address', self.xend_address_default) def get_xend_relocation_address(self): - """Get the address xend listens at for its HTTP and event ports. + """Get the address xend listens at for its relocation server port. This defaults to the empty string which allows all hosts to connect. If this is set to 'localhost' only the localhost will be able to connect to the HTTP and event ports. -- 2.30.2